serial: mxs: spl: Remove empty serial_* functions from SPL code
authorMarek Vasut <[email protected]>
Fri, 14 Sep 2012 21:18:08 +0000 (23:18 +0200)
committerTom Rini <[email protected]>
Mon, 15 Oct 2012 18:53:57 +0000 (11:53 -0700)
commit320de1354f1c8157f7d6dd7753e46cec3a418089
tree949759501025f7e03a8f4cd50b059ede776939b6
parent8bdd7efa2336310941e818f0b441ddc3946721de
serial: mxs: spl: Remove empty serial_* functions from SPL code

Remove the empty bodies from serial_* functions from MXS SPL code.
These empty implementations are now in common/serial.c instead so
declaring them also in the SPL code would cause a colision once
serial multi is enabled unconditionally.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Stefano Babic <[email protected]>
arch/arm/cpu/arm926ejs/mxs/spl_boot.c